Skip to content

Fix execInREPL Enter to respect complete expression - #23973

Merged
Anthony Kim (anthonykim1) merged 1 commit into
microsoft:mainfrom
anthonykim1:fixEnter
Aug 19, 2024
Merged

Fix execInREPL Enter to respect complete expression#23973
Anthony Kim (anthonykim1) merged 1 commit into
microsoft:mainfrom
anthonykim1:fixEnter

Conversation

@anthonykim1

Copy link
Copy Markdown

Resolves: #23934
Updating to check filed of object, since structure/type has changed when I refactored code for native REPL.

@anthonykim1 Anthony Kim (anthonykim1) added bug Issue identified by VS Code Team member as probable bug area-repl labels Aug 19, 2024
@anthonykim1 Anthony Kim (anthonykim1) added this to the August 2024 milestone Aug 19, 2024
@anthonykim1
Anthony Kim (anthonykim1) marked this pull request as ready for review August 19, 2024 18:34
@anthonykim1 Anthony Kim (anthonykim1) added the skip tests Updates to tests unnecessary label Aug 19, 2024
@anthonykim1
Anthony Kim (anthonykim1) merged commit a3dcf1b into microsoft:main Aug 19, 2024
Anthony Kim (anthonykim1) added a commit to anthonykim1/vscode-python that referenced this pull request Sep 13, 2024
Resolves: microsoft#23934
Updating to check filed of object, since structure/type has changed when
I refactored code for native REPL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-repl bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python.execInREPLEnter will add a newline for a complete expression

3 participants